add content-filtered-topic interfaces#181
Conversation
fujitatomoya
left a comment
There was a problem hiding this comment.
LGTM with test.
i think it would be nice to add test for both interfaces, along with rmw_take.
at this moment, no implementation supports those interfaces. but once rmw_connextdds is merged, we can enable and adjust the test.
OK, I'll add this kind of test into |
79893f7 to
ca64b75
Compare
|
I have added some test cases in |
ca64b75 to
671a886
Compare
fa04ac8 to
0c8c819
Compare
|
@audrow @mjcarroll Could you review this PR. (asking cz i see your names as maintainer.) |
I'm planning to continue reviewing the PRs after I get concensus with the team about the plan mentioned in ros2/rmw#302 (comment). |
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
remove constness for rmw_subscription because is_cft_supported might be updated Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
ca5e920 to
f780a03
Compare
asorbini
left a comment
There was a problem hiding this comment.
Test failures with rmw_connextdds should be resolved after adding a short sleep when changing the content filter.
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
|
CI is green, i will merge this into mainline. |
Related to ros2/design#282 to add content-filtered-topic interfaces.